Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 16 - Storage Objects / Storage Objects Reference
Storage Objects Routines / Creating and Accessing UNIX Path Name Storage Objects


Q3UnixPathStorage_Set

You can use the Q3UnixPathStorage_Set function to set information about a UNIX path name storage object.

TQ3Status Q3UnixPathStorage_Set (
TQ3StorageObject storage, 
const char *pathName);
storage
A UNIX path name storage object.
pathName
A pointer to the path name of a file. The path name is a null-terminated C string. (A file does not yet need to exist in that location.)
DESCRIPTION
The Q3UnixPathStorage_Set function sets the path name of the file associated with the UNIX path name storage object specified by the storage parameter to the string pointed to by the pathName parameter.

SPECIAL CONSIDERATIONS
You must not use Q3UnixPathStorage_Set with an open UNIX path name storage object.

ERRORS
kQ3ErrorAccessRestricted
kQ3ErrorInvalidObjectParameter


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996